项目初始化
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Authentication;
|
||||
|
||||
use Yzh\Model\BaseModel;
|
||||
use Yzh\Model\ResponseDataInterface;
|
||||
|
||||
/**
|
||||
* 银行卡四要素确认请求(上传短信验证码)返回
|
||||
* Class BankCardFourAuthConfirmResponseData
|
||||
*/
|
||||
class BankCardFourAuthConfirmResponseData extends BaseModel implements ResponseDataInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user