...
|
...
|
@@ -37,10 +37,10 @@ public class RealNameAuthorize4PlatformController { |
|
|
* 提供给运营平台使用
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping(value="/aliPayAccountQuery")
|
|
|
@RequestMapping(value="/getAliPayAccount")
|
|
|
@IgnoreSession
|
|
|
@IgnoreSignature
|
|
|
public ApiResponse aliPayAccountQuery(@RequestBody AuthorizeInfoReq req) {
|
|
|
public ApiResponse getAliPayAccount(@RequestBody AuthorizeInfoReq req) {
|
|
|
logger.info("enter RealNameAuthorize4PlatformController aliPayAccountQuery authorize info param req is {}", req);
|
|
|
//获取
|
|
|
UserAuthorizeInfo info=null;
|
...
|
...
|
|