1
0
mirror of synced 2025-12-23 18:48:00 +08:00

🎨 微信支付分相关接口代码重构规范化

This commit is contained in:
Binary Wang
2020-05-19 21:28:26 +08:00
parent 8709a9c5a7
commit 39cea92171
17 changed files with 587 additions and 546 deletions

View File

@@ -0,0 +1,46 @@
package com.github.binarywang.wxpay.service.impl;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
/**
* 测试代码,待补充完善.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-05-19
*/
public class PayScoreServiceImplTest {
@Test
public void testCreateServiceOrder() {
}
@Test
public void testQueryServiceOrder() {
}
@Test
public void testCancelServiceOrder() {
}
@Test
public void testModifyServiceOrder() {
}
@Test
public void testCompleteServiceOrder() {
}
@Test
public void testPayServiceOrder() {
}
@Test
public void testSyncServiceOrder() {
}
@Test
public void testDecryptNotifyData() {
}
}