fix: 保证金释放方法名

main
13009 2024-04-09 15:18:44 +08:00
parent 325666974c
commit b5fadcd09d
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class PayService {
* @param earnestReleaseRequest EarnestReleaseRequest
* @return EarnestReleaseResponse
*/
public EarnestReleaseResponse insure(EarnestReleaseRequest earnestReleaseRequest) {
public EarnestReleaseResponse release(EarnestReleaseRequest earnestReleaseRequest) {
String url = "/loanbzjapi/repay";
HttpHeaders headers = new HttpHeaders();
headers.addHeader(API_VERSION, V_1);