Commit a85bfb4b by zhufx
parents 2d50dfbb 1833f83f
<?php
namespace Hdll\Services\Shop\Lib;
interface TestInterface
{
/**
* 测试
*
* @param string $var
* @return void
*/
public function testRpc(string $var);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment