This commit is contained in:
aozhiwei 2024-06-04 16:17:41 +08:00
parent cad733509a
commit bed78c8a89

View File

@ -15,7 +15,7 @@ class MailApiService extends BaseService {
} }
] ]
*/ */
public function sendSellMail($to, $content, $attachments) public function sendSellMail($orderId, $to, $content, $attachments)
{ {
} }
@ -31,7 +31,7 @@ class MailApiService extends BaseService {
} }
] ]
*/ */
public function sendBuyMail($to, $content, $attachments) public function sendBuyMail($orderId, $to, $content, $attachments)
{ {
} }