leon 5 лет назад
Родитель
Сommit
fca12b83e9

+ 1 - 1
src/main/java/com/mokamrp/privates/controller/pangu/FosterwxStationController.java

@@ -117,7 +117,7 @@ public class FosterwxStationController extends BaseController<FosterwxStation> {
         Boolean res = fosterwxStationService.save(addHandle.getRaw());
         if (res) {
             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");
             fosterwxStation.setBoxShareUrl(qrcodeUrl);
             fosterwxStation.setId(addHandle.getRaw().getId());