🎨 #3569 【视频号】微信小店-订单详情查询接口增加参数
This commit is contained in:
@@ -45,6 +45,16 @@ public class WxChannelOrderServiceImplTest {
|
||||
assertTrue(response.isSuccess());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetOrder2() throws WxErrorException {
|
||||
WxChannelOrderService orderService = channelService.getOrderService();
|
||||
String orderId = "";
|
||||
boolean encodeSensitiveInfo = true;
|
||||
OrderInfoResponse response = orderService.getOrder(orderId, encodeSensitiveInfo);
|
||||
assertNotNull(response);
|
||||
assertTrue(response.isSuccess());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetOrders() throws WxErrorException {
|
||||
WxChannelOrderService orderService = channelService.getOrderService();
|
||||
|
||||
Reference in New Issue
Block a user