Browse Source

Merge branch 'phoenix' of http://120.24.33.109:11081/hyzjshwo/lanzu_api_hyperf into phoenix

master
Lemon 6 years ago
parent
commit
5314279ccb
  1. 2
      app/JsonRpc/AlismsService.php

2
app/JsonRpc/AlismsService.php

@ -29,6 +29,6 @@ class AlismsService implements SmsServiceInterface
*/
public function sent($phone, $template, $templateParams, $signName = '懒族生活')
{
return $this->smsAliSendService->do($phone, $template, $templateParams);
return $this->smsAliSendService->do($phone, $template, $templateParams,$signName);
}
}
Loading…
Cancel
Save