1
This commit is contained in:
parent
cad733509a
commit
bed78c8a89
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user