Commit 9b4a814e by 陶光胜

增加通过微盟店铺id查询

parent 94e87a10
......@@ -262,6 +262,7 @@ public class QrcodeController {
@RequestMapping("take-gyt-qrcode")
public RestResponse takeGytQrcode(){
Config config = ConfigService.getConfig("application");
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