這是我的桌子protected $_schema = array( 'id' => array( 'type' => 'bigint', 'length' => 20, 'null' => false ), 'import_id' => array( 'type' => 'bigint', 'length' => 255, 'null' => false ), 'betsapi_id' => array( 'type' => 'string', 'length' => 100, 'null' => false ), 'name' => array( 'type' => 'string', 'length' => 255, 'null' => true ), 'status' => array( 'type' => 'int', 'length' => 1, 'null' => false ), 'type' => array( 'type' => 'int', 'length' => 1, 'null' => false ), 'duration' => array( 'type' => 'int', 'length' => 1, 'null' => false ), 'date' => array( 'type' => 'string', 'length' => null, 'null' => true ), 'last_update' => array( 'type' => 'string', 'length' => null, 'null' => true ), 'result' => array( 'type' => 'string', 'length' => 20, 'null' => false ), 'active' => array( 'type' => 'tinyint', 'length' => 1, 'null' => true ), 'league_id' => array( 'type' => 'int', 'length' => 11, 'null' => true ), 'feed_type' => array( 'type' => 'string', 'length' => 10, 'null' => false ),);插入之前的 vardumparray(12) {[“import_id”]=> 字符串(7) “2545008” [“betsapi_id”]=> 字符串(8) “97525420” [“名稱”]=> 字符串(22) “英超聯賽 2020-21” [“狀態” ]=> int(0) ["類型"]=> int(1) ["持續時間"]=> NULL ["日期"]=> 字符串(19) "2021-05-16 14:00:00" [ "last_update"]=> string(19) "2020-08-16 12:26:26" ["result"]=> string(0) "" ["active"]=> int(1) ["league_id" ]=> 字符串(1) "2" ["feed_type"]=> 字符串(8) "Betclick" }所有提交保存成功期望betsapi_id有什么錯誤?
1 回答

慕少森
TA貢獻2019條經驗 獲得超9個贊
嗨,帕什馬克·米爾扎/你好嗎?您的發送密鑰 betsapi_id 有一個值!你有什么問題 ?[“betsapi_id”]=>字符串(8)“97525420”
- 1 回答
- 0 關注
- 109 瀏覽
添加回答
舉報
0/150
提交
取消