|
@@ -54,7 +54,7 @@ public class WxServerController extends BaseApiController {
|
|
|
@PostMapping("code/generate")
|
|
|
public AjaxResult generateInviteCode(@RequestBody JSONObject jsonObject) {
|
|
|
String id = jsonObject.getString("id");
|
|
|
- String rst = wxUrlLinkService.generateCode("pages/index/index", "id=" + id, userAppId);
|
|
|
+ String rst = wxUrlLinkService.generateCode("pages/lucky/index", "id=" + id, userAppId);
|
|
|
return new AjaxResult(Type.SUCCESS, "", rst);
|
|
|
}
|
|
|
}
|