@@ -43,7 +43,7 @@ |
||
43 | 43 | 'failure_code' => $this->string(),//订单的错误码 |
44 | 44 | 'failure_msg' => $this->string(),//订单的错误消息的描述。 |
45 | 45 | 'metadata' => $this->text(), |
46 | - // 'credential',//支付凭证,用于客户端发起支付。 |
|
46 | + // 'credential',//支付凭证,用于客户端发起支付。 |
|
47 | 47 | 'description' => $this->string(255),//订单附加说明,最多 255 个 Unicode 字符。 |
48 | 48 | 'created_at' => $this->unixTimestamp(), |
49 | 49 | ], $tableOptions); |