Commit a49c0a36 by 王召彬

test

parent dae6db2c
......@@ -16,7 +16,7 @@ use Swoft\Core\ResultInterface;
* The interface of weapp service
*
* @method ResultInterface deferGetWxAccessToken(string $appId, string $appSecret)
* @method ResultInterface deferGetPAQrcodeUrl(string $scene)
* @method ResultInterface deferGetMpQrcodeUrl(string $scene)
*/
interface WeappInterface
{
......@@ -35,5 +35,5 @@ interface WeappInterface
* @param string $scene 通过小程序码传递的参数
* @return string 成功返回二维码图片url
*/
public function getPAQrcodeUrl(string $scene);
public function getMpQrcodeUrl(string $scene);
}
\ No newline at end of file
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