Completed
Push — master ( ec070b...6959c5 )
by Xu
714:20 queued 673:45
created
src/trade/migrations/m180315_104011_create_trade_charges_table.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.