|
@@ -117,7 +117,7 @@ public class FosterwxStationController extends BaseController<FosterwxStation> {
|
|
|
Boolean res = fosterwxStationService.save(addHandle.getRaw());
|
|
Boolean res = fosterwxStationService.save(addHandle.getRaw());
|
|
|
if (res) {
|
|
if (res) {
|
|
|
FosterwxStation fosterwxStation = new FosterwxStation();
|
|
FosterwxStation fosterwxStation = new FosterwxStation();
|
|
|
- String response = coralApiService.getBoxToken("gh_e529abe24cce");
|
|
|
|
|
|
|
+ String response = coralApiService.getBoxToken("gh_a32f24c02eb2");
|
|
|
String qrcodeUrl = wechatApiService.BuildBoxUnlimited(response, fosterwxStationService.makeBoxShareUrl(String.valueOf(addHandle.getRaw().getId())), "pages/index/index");
|
|
String qrcodeUrl = wechatApiService.BuildBoxUnlimited(response, fosterwxStationService.makeBoxShareUrl(String.valueOf(addHandle.getRaw().getId())), "pages/index/index");
|
|
|
fosterwxStation.setBoxShareUrl(qrcodeUrl);
|
|
fosterwxStation.setBoxShareUrl(qrcodeUrl);
|
|
|
fosterwxStation.setId(addHandle.getRaw().getId());
|
|
fosterwxStation.setId(addHandle.getRaw().getId());
|