contract active api

This commit is contained in:
glovetleong
2021-07-27 09:28:51 +08:00
parent 247b21010e
commit 7f209db917
14 changed files with 402 additions and 28 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
'pending' => 9
]
],
'contact' => [
'contract' => [
'status' => [
'active' => 1,
'delete' => 2,
+1
View File
@@ -14,6 +14,7 @@
'date' => 'DATE_INVALID',
'confirmed' => 'CONFIRM_ERROR',
'obligation_depend_error' => 'OBLIGATION_DEPEND_ERROR',
'status_error' => 'STATUS_ERROR',
'min' => [
'string' => 'MIN_ERROR_:min',
],