add 收款协议四个接口
parent
e1ca19b3c7
commit
51bbaa01e6
|
|
@ -243,7 +243,7 @@ public class PayService {
|
|||
* @author dqy
|
||||
* @since 22025/7/4
|
||||
*/
|
||||
public WhiteListPayDeleteResponse whiteListPayQuery(WhiteListPayDeleteRequest request) {
|
||||
public WhiteListPayDeleteResponse whiteListPayDelete(WhiteListPayDeleteRequest request) {
|
||||
String url = "/white-list-pay/remove";
|
||||
HttpHeaders headers = new HttpHeaders();
|
||||
headers.addHeader(API_VERSION, V_2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue