BUG修改
authoryunpeng.ma <yunpeng.ma@supwisdom.com>
Tue, 10 Mar 2020 05:09:55 +0000 (13:09 +0800)
committeryunpeng.ma <yunpeng.ma@supwisdom.com>
Tue, 10 Mar 2020 05:09:55 +0000 (13:09 +0800)
payapi/src/main/kotlin/com/supwisdom/dlpay/agent/service/inapp_alipay.kt

index f87f922..3066b64 100644 (file)
@@ -16,7 +16,7 @@ class AlipayInAppServcie : InAppPayService<AlipayInAppResponse> {
         TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
     }
 
-    override fun notify(String: refno, request: HttpServletRequest): AgentResponse<AlipayInAppResponse>? {
+    override fun notify(refno: String, request: HttpServletRequest): AgentResponse<AlipayInAppResponse>? {
         TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
     }