From: yunpeng.ma Date: Tue, 10 Mar 2020 05:09:55 +0000 (+0800) Subject: BUG修改 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=5b1dbf13f9406cf2005dbbf6e8eaf22b7c08adf1;p=epayment%2Ffood_payapi.git BUG修改 --- diff --git a/payapi/src/main/kotlin/com/supwisdom/dlpay/agent/service/inapp_alipay.kt b/payapi/src/main/kotlin/com/supwisdom/dlpay/agent/service/inapp_alipay.kt index f87f9227..3066b645 100644 --- a/payapi/src/main/kotlin/com/supwisdom/dlpay/agent/service/inapp_alipay.kt +++ b/payapi/src/main/kotlin/com/supwisdom/dlpay/agent/service/inapp_alipay.kt @@ -16,7 +16,7 @@ class AlipayInAppServcie : InAppPayService { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } - override fun notify(String: refno, request: HttpServletRequest): AgentResponse? { + override fun notify(refno: String, request: HttpServletRequest): AgentResponse? { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. }