Commit 4e210b08 by fudahua

登录

parent ba04a96b
......@@ -179,5 +179,16 @@ public class SyncDealContoller extends WebBaseController {
}
/**
* 同步日志详情
*
* @return
*/
@RequestMapping("/get-fresh-on-off")
@ResponseBody
public HaobanResponse getfreshonoff() {
return resultResponse(HaoBanErrCode.ERR_1);
}
}
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