实体结构

返回上一页

PlatformThirdPartyAccount 可在类上添加注解 @ApiModel("这是一个xxx")

{ 
    "accountId":_ ,    //Long    //可空    //
    "openId":_ ,    //String    //可空    //
    "appKey":_ ,    //String    //可空    //
    "id":_ ,    //Integer    //可空    //
    "platform":_     //String    //可空    //
}