Your Name 3 years ago
parent
commit
60b9984800
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/lib/Sign.php

+ 1 - 1
app/shop/lib/Sign.php

@@ -72,7 +72,7 @@ Class Sign {
 	}
 
 	# 获取合同链接
-	public function getAgreement($sign_id)
+	public function getAgreement_api($sign_id)
 	{
 		$sign = Dever::db('shop/sign')->find($sign_id);
 		return $this->agreement($sign, false);