2019-11-11 18:14:47 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
2020-03-05 12:41:49 +08:00
|
|
|
namespace wchat\wx;
|
2019-11-11 18:14:47 +08:00
|
|
|
|
|
|
|
|
|
2022-09-09 16:42:55 +08:00
|
|
|
use wchat\common\Multiprogramming;
|
2019-11-11 18:14:47 +08:00
|
|
|
|
2022-09-09 16:42:55 +08:00
|
|
|
class SmallProgram extends Multiprogramming
|
2019-11-11 18:14:47 +08:00
|
|
|
{
|
|
|
|
|
}
|