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
@@ -40,6 +40,12 @@ class ContractController extends BaseController
return $contract;
}
public function active(Request $request, $hash_id)
{
$contract = ContractModule::active($request, $hash_id);
return $contract;
}
public function delete(Request $request, $hash_id)
{
$contract = ContractModule::delete($request, $hash_id);