实现获取仿真测试系统的验签密钥的API #206
This commit is contained in:
@@ -264,5 +264,11 @@ public class WxPayServiceImplTest {
|
||||
this.logger.info(result);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetSandboxSignKey() throws Exception {
|
||||
final String signKey = this.payService.getSandboxSignKey();
|
||||
assertNotNull(signKey);
|
||||
this.logger.info(signKey);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user