|
@@ -53,7 +53,7 @@ public class ApiQingtikuController{
|
|
|
@ApiOperation(value="青题库 支付宝详情")
|
|
|
@PostMapping("/qingtiku/alipay/info")
|
|
|
public ApiInfoResponseVo qingtikuAlipayInfo(@Valid @RequestBody ApiInfoRequestVo requestVo) throws Exception{
|
|
|
- return apiService.aliInfoDongke(requestVo.getPid());
|
|
|
+ return apiService.aliInfoQinggu(requestVo.getPid());
|
|
|
}
|
|
|
|
|
|
}
|