Commit c1118c3b by 陶光胜

增加通过微盟店铺id查询

parent d7d2a305
......@@ -261,7 +261,7 @@ public class QrcodeController {
@RequestMapping("take-gyt-qrcode")
public RestResponse takeGytQrcode(){
Config config = ConfigService.getConfig("application");
Config config = ConfigService.getConfig("COMMON.4.0-gic-properties");
logger.info(config.getPropertyNames());
return RestResponse.success(config.getProperty("gyt-qrcode", ""));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment