Commit 6131675d by 陶光胜

门店品牌变更

parent 81dcfa2f
......@@ -453,6 +453,7 @@ public class StoreApiServiceImpl implements StoreApiService {
public ServiceResponse<Void> testReceiveMessage(String params) {
System.out.println("params = " + params);
System.out.println("System.currentTimeMillis() = " + System.currentTimeMillis());
return ServiceResponse.success();
}
@Override
......
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