1
0
mirror of synced 2025-12-19 14:48:02 +08:00

🆕 #2758 【小程序】增加微信小商店标准版相关接口

This commit is contained in:
Boris
2022-07-26 21:45:32 +08:00
committed by GitHub
parent b550806956
commit 1747190674
44 changed files with 1965 additions and 60 deletions

View File

@@ -38,12 +38,11 @@ public class WxMaShopAfterSaleServiceImplTest {
.outAftersaleId("318092069606883328X")
.openid("odIi15CuQ0IQviqsnUMy6CKNetrMX")
.type(1)
.createTime("2021-08-20 00:00:00")
.status(1)
.finishAllAftersale(0)
.path("/pages/aftersale.html?out_aftersale_id=318092069606883328X")
.refund(100L)
.productInfos(new ArrayList<>(Arrays.asList(productInfosBean)))
.productInfo(productInfosBean)
.build();
WxMaShopBaseResponse response = wxService.getShopAfterSaleService().add(request);
assertThat(response).isNotNull();