mirror of
https://gitee.com/dromara/dy-java.git
synced 2024-11-29 18:49:37 +08:00
fix
This commit is contained in:
parent
60a881c4b0
commit
f84446db56
@ -51,7 +51,7 @@ public interface AuthClient {
|
||||
* 小程序 getAccessToken
|
||||
*/
|
||||
@Post(value = "${ttDomain}${appsV2Token}")
|
||||
DyAppletResult<AppsV2TokenVo> appsV2Token(@JSONBody AppsV2TokenQuery query);
|
||||
DySimpleResult<AppsV2TokenVo> appsV2Token(@JSONBody AppsV2TokenQuery query);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user