Commit e3865c0b by 陶光胜

增加通过微盟店铺id查询

parent 9b4a814e
......@@ -261,7 +261,7 @@ public class QrcodeController {
@RequestMapping("take-gyt-qrcode")
public RestResponse takeGytQrcode(){
Config config = ConfigService.getConfig("application");
Config config = ConfigService.getConfig("COMMON.jdbc");
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