发货相关更新
This commit is contained in:
@@ -637,6 +637,12 @@ public class BuyOrderController {
|
||||
|
||||
}
|
||||
|
||||
@RequestMapping("/mytest")
|
||||
public R mytest() throws IOException {
|
||||
String mytest = buyOrderService.mytest();
|
||||
return R.ok().put("url",mytest);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取商品实际价格
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user