|
@@ -1,6 +1,7 @@
|
|
|
package com.zanxiang.sdk.controller;
|
|
|
|
|
|
import com.zanxiang.common.domain.ResultVO;
|
|
|
+import com.zanxiang.sdk.annotation.UnSignCheck;
|
|
|
import com.zanxiang.sdk.domain.params.UserData;
|
|
|
import com.zanxiang.sdk.domain.vo.GameAppletVO;
|
|
|
import com.zanxiang.sdk.service.GameAppletService;
|
|
@@ -26,6 +27,7 @@ public class InitController {
|
|
|
@Autowired
|
|
|
private GameAppletService gameAppletService;
|
|
|
|
|
|
+ @UnSignCheck
|
|
|
@ApiOperation(value = "微信小游戏sdk初始化")
|
|
|
@PostMapping("/applet")
|
|
|
@ApiResponses(value = {@ApiResponse(code = 200, message = "成功", response = GameAppletVO.class)})
|