Commit bda7c9e1 by liwotian

string

parent 4b5b3e32
...@@ -17,7 +17,7 @@ use Swoft\Core\ResultInterface; ...@@ -17,7 +17,7 @@ use Swoft\Core\ResultInterface;
* The interface of demo service * The interface of demo service
* *
* @method ResultInterface deferpayStatus(string $storeId,int $bargainbranchId,int $status,int $orderId) * @method ResultInterface deferpayStatus(string $storeId,int $bargainbranchId,int $status,int $orderId)
* @method ResultInterface deferspendCardMoney( int $storeId,int $buyerId,int $itemOrderId,int $itemTitle,int $payMoney) * @method ResultInterface deferspendCardMoney( int $storeId,int $buyerId,int $itemOrderId,string $itemTitle,int $payMoney)
*/ */
interface RechargeInterface interface RechargeInterface
{ {
...@@ -46,7 +46,7 @@ interface RechargeInterface ...@@ -46,7 +46,7 @@ interface RechargeInterface
int $storeId, int $storeId,
int $buyerId, int $buyerId,
int $itemOrderId, int $itemOrderId,
int $itemTitle, string $itemTitle,
int $payMoney int $payMoney
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment