🎨 微信支付分相关接口代码重构规范化
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user